GtkPlacesSidebar: Stop drives that can be stopped
authorMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jan 2014 02:52:01 +0000 (21:52 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 Jan 2014 02:53:49 +0000 (21:53 -0500)
commit3d17e3f88c8e4ef7add2b5db1884dc6c43b1e884
treea1dbc183afaae93da743a14c93e6de6c81a5987c
parent04e8d9fa5ed795c003d9dae98b4cb6705fe5457f
GtkPlacesSidebar: Stop drives that can be stopped

Removable USB drives or memory sticks should be powered down
when the eject button is pressed. For this, we need to call
g_drive_stop() instead of g_drive_eject(), provided the drive
can be stopped.

https://bugzilla.gnome.org/show_bug.cgi?id=723121
gtk/gtkplacessidebar.c